home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_apache.idb / usr / freeware / apache / include / httpd / compat.h.z / compat.h
Encoding:
C/C++ Source or Header  |  1999-07-16  |  177 b   |  10 lines

  1. /*
  2.  *  compat.h -- backward compatibility header for ap_compat.h
  3.  */
  4.  
  5. #ifdef __GNUC__
  6. #warning "This header is obsolete, use ap_compat.h instead"
  7. #endif
  8.  
  9. #include "ap_compat.h"
  10.